SecureAuth IdP Version affected: All
Description:
This KB article will show what Oidctoken.aspx needs to receive in order to give out a token using a Grant Type of Password
Resolution:
Grant_Type Password
1. Post to https://youridp.example.com/secureauthxx/oidctoken.aspx
2. Needs to be x-www-form-urlencoded
3. Should contain the following
grant_type: password
scope: openid
username: ausername
password: availidpassword
client_id: The client id set in the post auth page
client_secret: The client secret set in the post auth page
SecureAuth Knowledge Base Articles provide information based on specific use cases and may not apply to all appliances or configurations. Be advised that these instructions could cause harm to the environment if not followed correctly or if they do not apply to the current use case.
Customers are responsible for their own due diligence prior to utilizing this information and agree that SecureAuth is not liable for any issues caused by misconfiguration directly or indirectly related to SecureAuth products.
Comments
Please sign in to leave a comment.