kalinjul / kotlin-multiplatform-oidc

Kotlin Multiplatform OpenIDConnect implementation for Android/iOS
https://kalinjul.github.io/kotlin-multiplatform-oidc/
Apache License 2.0
40 stars 15 forks source link

Configuration to avoid `auto-login` #53

Closed mboron closed 2 months ago

mboron commented 3 months ago

It would be useful if the client can be configured to send the prompt=login parameter in the authorisation request.

This can force the authorization server to prompt the end-user for re-authentication.

kalinjul commented 3 months ago

I will add a possibility to configure the auth url (PR #55) If only my IDP would support this! Instead, it just ignores the prompt parameter.

kalinjul commented 2 months ago

Configuring the auth url is available in 0.10.0