-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
There was a problem hiding this 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 { |
There was a problem hiding this comment.
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
?
There was a problem hiding this 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...
...getlime/security/powerauth/rest/api/model/response/OidcApplicationConfigurationResponse.java
Show resolved
Hide resolved
Ok, let's move it to the enrollment server. |
No description provided.