-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove OAUTH2 from ResourceServerType and update logic.
#deploy-idporten-frontend The OAUTH2 enum entry has been removed from ResourceServerType, and related logic was updated to use TOKEN_X for OAuth2AuthenticationToken cases. This ensures consistency in attribute handling and streamlines authentication token processing.
- Loading branch information
Showing
3 changed files
with
4 additions
and
5 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
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
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 |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
|
||
public enum ResourceServerType { | ||
TOKEN_X, | ||
AZURE_AD, | ||
OAUTH2 | ||
AZURE_AD | ||
} |