-
Notifications
You must be signed in to change notification settings - Fork 135
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
Creating oidc_client application using private_key_jwt authentication method #523
Comments
Thank you for the question! Can you help me understand more about application you working on? The More info about OpenID Connect authentication standard is here |
Hi @sergiishamrai-okta I'm trying to create an app using OIdCApplicationBuilder. Here I'm trying to set authentication method to private_key_jwt. setTokenEndpointAuthMethod takes an enum of type: OAuthEndpointAuthenticationMethod. Here I do not see a value for private_key_jwt. How can we set this value while creating an application through the OIdCApplicationBuilder? We need to create a service app as well, via the SDK (https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/create-serviceapp-grantscopes/#create-a-service-app) Here too authentication method is private_key_jwt. Using the application builder, how can we set this value if it is not available in OAuthEndpointAuthenticationMethod enum? |
@mahimavuppuluri Thanks for reporting this. We're missing the required field value |
@arvindkrishnakumar-okta Is there an internal Jira for this issue? |
We are trying to create an OIDC application with authentication method: private_key_jwt
The text was updated successfully, but these errors were encountered: