Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #533: OIDC: Configuration of mobile application #539

Closed
wants to merge 7 commits into from

Conversation

banterCZ
Copy link
Member

@banterCZ banterCZ commented Aug 5, 2024

No description provided.

@banterCZ banterCZ marked this pull request as ready for review August 5, 2024 12:30
@banterCZ banterCZ requested review from romanstrobl and jnpsk August 5, 2024 12:34
Copy link
Member

@romanstrobl romanstrobl left a comment

Choose a reason for hiding this comment

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

Looks OK.

*/
@PowerAuthEncryption(scope = EncryptionScope.APPLICATION_SCOPE)
@PostMapping("oidc")
public OidcApplicationConfigurationResponse fetchOidcConfiguration(@EncryptedRequestBody OidcApplicationConfigurationRequest request, EncryptionContext encryptionContext) throws PowerAuthApplicationConfigurationException, PowerAuthEncryptionException {
Copy link
Member Author

@banterCZ banterCZ Aug 6, 2024

Choose a reason for hiding this comment

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

@romanstrobl @kober32 Don't we want to wrap it into ObjectResponse?

Copy link
Member

@petrdvorak petrdvorak left a comment

Choose a reason for hiding this comment

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

Nope, not in this repo...

@banterCZ
Copy link
Member Author

banterCZ commented Aug 6, 2024

Nope, not in this repo...

Ok, let's move it to the enrollment server.

@banterCZ banterCZ closed this Aug 6, 2024
@banterCZ banterCZ deleted the issues/533-oidc-configuration branch August 6, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants