-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename to Configuration. preprod url is default
- Loading branch information
Kristoffer Skaret
committed
Jan 30, 2017
1 parent
73380de
commit d4cba56
Showing
3 changed files
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ When the user is authenticated you will see the result from a call to UserInfo R | |
The application examplifies all steps of the OIDC authentication process. | ||
|
||
1. Fetch configuration from OIDC. GET to a non protected URL, such as | ||
https://prototype.bankidnorge.no/bankid-oauth/oauth/.well-known/openid-configuration | ||
https://preprod.bankidapis.no/oidc/oauth/.well-known/openid-configuration | ||
The configuration contains information such as relevant endpoints, and public key for the id_token (JWT). | ||
|
||
2. Redirect to the authentication URL. | ||
|
@@ -20,11 +20,7 @@ To be able to run the application you will need to edit the client_id and client | |
Contact BankID Norge ([email protected]) to retrieve the appropriate settings. | ||
|
||
``` | ||
<<<<<<< HEAD | ||
public class ClientDefinition { | ||
======= | ||
class ClientDefinition { | ||
>>>>>>> Readme | ||
class Configuration { | ||
/** | ||
* Client_id and password must be inseted here for the appliction to work. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...java/no/bankid/oidc/ClientDefinition.java → ...in/java/no/bankid/oidc/Configuration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters