Skip to content

Conversation

@micbar
Copy link
Contributor

@micbar micbar commented Mar 17, 2025

Description

The default IDP configuration in services/idp/pkg/config/defaults/defaultconfig.go doesn't include post_logout_redirect_uris for iOS and Android clients. This creates issues with the logout process in mobile applications, as they can't properly redirect after logout.

This fixes it, based on the ideas of @michaelstingl

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation added

@micbar micbar requested a review from rhafer March 17, 2025 16:47
Copy link
Contributor

@rhafer rhafer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rhafer rhafer merged commit c42dec6 into main Mar 19, 2025
35 of 38 checks passed
@rhafer rhafer deleted the fix-367 branch March 19, 2025 08:20
@openclouders openclouders mentioned this pull request Mar 26, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing post_logout_redirect_uris for mobile apps (iOS/Android) in default IDP configuration

3 participants