Skip to content

Conversation

@jehe98
Copy link
Contributor

@jehe98 jehe98 commented Oct 17, 2024

This pull request enables the possibility to add custom URL params to the authentication URL.
It can be used as follows:

openidConnect, err := openidConnect.New(clientId, clientSecret, callBackUri, discoveryUri, "openid", "profile", "email", "offline_access")
if err != nil {
	slog.Error("Error creating openidConnect provider: ", "err", err.Error())
}
openidConnect.SetAuthCodeOptions(map[string]string{
	"domain_hint": "yourdomain.com",
})

Use cases for the URL params are e.g. domain hints or prompt configuration.

@techknowlogick techknowlogick merged commit 8d5b578 into markbates:master Jan 14, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants