Skip to content

Commit

Permalink
Remove incorrect setting of LoadMetadata
Browse files Browse the repository at this point in the history
- Fixes #1163
  • Loading branch information
AndersAbel committed Mar 16, 2020
1 parent ec96dbc commit 2b6658e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/identity-server-3-okta.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ the "Identity Provider Issuer" value.
saml2Options.IdentityProviders.Add(new IdentityProvider(
new EntityId("<OktaIssuerUri>"), saml2Options.SPOptions) // from (F) above
{
LoadMetadata = true,
MetadataLocation = "https://<OktaInstance>/app/<OktaAppId>/sso/saml/metadata" // see Metadata note above
});
Expand Down Expand Up @@ -335,4 +334,4 @@ Now it should all work and is repeatable for other instances!

You could create a table with those entries, then read them and loop through each, creating an instance for
them. Note also that making changes to this would likely require at least restarting the application pool for
your identity server or something similar to force the running instance to recognize the new configuration.
your identity server or something similar to force the running instance to recognize the new configuration.

0 comments on commit 2b6658e

Please sign in to comment.