Skip to content

Commit

Permalink
Realm Corrections
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed May 29, 2024
1 parent 9848cf0 commit f38b230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheme/common/arm/realm_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func GetRems(subscheme string, attr json.RawMessage) ([][]byte, error) {
}

func MapToRealmClaims(in map[string]interface{}) (ccatoken.IClaims, error) {
var realmClaims ccatoken.IClaims
realmClaims := &ccatoken.RealmClaims{}
data, err := json.Marshal(in)
if err != nil {
return nil, err
Expand Down

0 comments on commit f38b230

Please sign in to comment.