Skip to content

Conversation

@bdemers
Copy link
Contributor

@bdemers bdemers commented Jan 14, 2021

This is required to support Okta Authorization servers that are NOT named "default"

This is required to support Okta Authorization servers that are NOT named "default"
@laura-rodriguez
Copy link

laura-rodriguez commented Jan 15, 2021

Hi @bdemers!

Can you please give me some context of why we need this change?

@bdemers
Copy link
Contributor Author

bdemers commented Jan 15, 2021

For folks that have multiple Authorization servers or do NOT have a default authorization server we need a way of allowing them to set the value

// Replace these values with your Okta configuration
OktaDomain = Configuration.GetValue<string>("Okta:OktaDomain"),
OktaDomain = Configuration.GetValue<string>("Okta:OktaDomain"),
AuthorizationServerId = Configuration.GetValue<string>("Okta:AuthorizationServerId", "default"),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
AuthorizationServerId = Configuration.GetValue<string>("Okta:AuthorizationServerId", "default"),
AuthorizationServerId = Configuration.GetValue<string>("Okta:AuthorizationServerId"),

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.

3 participants