You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow these steps to set up GEOAxIS Authentication for the first time if this instance should have GEOAxIS Authentication enabled. Here are the instructions to configure keycloak to use GEOAxIS as an identity provider (IP).
Please make sure to obtain the following prerequisites:
Complete Environment Registration
a. Make sure to select “OAuth” during Goal Specification section
Create OIDC Client
a. Section 3.6.1 of the Identity Broker Integration guide outlines how to create the OIDC client. The response will include the client ID and client secret information and an NPE that has been registered and/or given access to the Identity Broker service is required to create the client
###GEOAxIS setup
Visit the keycloak admin console by browsing to keycloak.<YOURDOMAIN.COM>. Login with the original keycloak credentials provided from the installation process.
On the left hand console, select identity providers & then select “OpenID Connect v1.0”
Please ensure that the “Alias” field is set to “geoaxis” so that the redirect url of this identity provider matches the one that was used to create the openid client. Keycloak can import most of the IP settings automatically. Scroll to the bottom of the page and find the field “Import from URL”. The openid configuration urls take the form: https://<oidc_VIP>/.well-known/openid-configuration.
Enter in client_id and client_secret from the oidc registration process above.
Ensure Client Authentication is set to Client secret sent as basic auth
Clear cookies and cache for your browser and login to the app at https://app./<YOURDOMAIN.COM>
The text was updated successfully, but these errors were encountered:
Example
https://pypi.org/project/django-geoaxis/0.0.2/
Someone else's integration docs
GEOAxIS
Follow these steps to set up GEOAxIS Authentication for the first time if this instance should have GEOAxIS Authentication enabled. Here are the instructions to configure keycloak to use GEOAxIS as an identity provider (IP).
Please make sure to obtain the following prerequisites:
GEOAxIS values:
Issuer
For our Unclassified Development environment (gxaws.com): openid-configuration
The issuer for that environment is https://oauth.geoaxis.gxaws.com/
Client ID & secret
The following steps need to be completed in order to obtain the client ID and secret. Steps should be executed in the order outlined below:
a. Make sure to select “OAuth” during Goal Specification section
a. Section 3.6.1 of the Identity Broker Integration guide outlines how to create the OIDC client. The response will include the client ID and client secret information and an NPE that has been registered and/or given access to the Identity Broker service is required to create the client
###GEOAxIS setup
https://<oidc_VIP>/.well-known/openid-configuration
.The text was updated successfully, but these errors were encountered: