Supported OpenID flows - kmd-identity/documentation GitHub Wiki
OpenID flows supported by KMD Identity
-
Authorization Code Flow
- OAuth.net docs & MS docs
- It is highly recommended to use PKCE with Authorization Code Flow. KMD Identity will eventually reject requests that do not use PKCE.
- KMD Identity OpenID configuration url can be found here.
-
Client Credential Flow
- OAuth.net docs & Microsoft docs
- KMD Identity OpenID configuration url can be found here.
-
Implicit Flow- OAuth.net docs - This flow is no longer considered secure and is not supported by KMD Identity.